@charset "utf-8";

/* ==========================================================================
   1. GLOBAL RESETS & SYSTEM INITIALIZATION
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
}
fieldset, img, input {
    background: none;
    border: 0 none;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup, b, i, u {
    font-style: normal;
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
ol, ul, li {
    list-style: outside none none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #060B19;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow-y: auto; /* FIX: Guarantees the master vertical browser scrollbar remains functional */
}
a, a:link, a:visited, area, :focus {
    background: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    color: inherit;
}
.poa { position: absolute; }
.por { position: relative; }
.pof { position: fixed; }
.fl { float: left; }
.fr { float: right; }

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}
.clearfix { zoom: 1; }

/* ==========================================================================
   2. VIEWPORT BLOCKS & STRUCTURAL CONTAINER SECTIONS
   ========================================================================== */
.box {
    width: 100%;
    min-width: 1000px;
}
.wrap {
    min-height: 900px; /* Changed from fixed height to min-height to grow organically with your content */
    position: relative;
}
.wrap_main {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    overflow: visible; /* FIX: Prevents the browser from hiding lower rows and blocking page scroll */
    position: relative;
}

/* Master Case-Sensitive Background Path Configurations */
.wrap1 { background: url("../Assets/Backgrounds/image.png") no-repeat top center; background-size: cover; }
.wrap2 { background: url("../Assets/Backgrounds/bg1.png") no-repeat top center; background-size: cover; }
.wrap3 { background: url("../Assets/Backgrounds/image3.png") no-repeat top center; background-size: cover; }
.wrap4 { background: url("../Assets/Backgrounds/image4.png") no-repeat top center; background-size: cover; }

.wrap1 .wrap_main, 
.wrap2 .wrap_main, 
.wrap3 .wrap_main, 
.wrap4 .wrap_main {
    background: transparent;
}

/* ==========================================================================
   3. PERSISTENT GLOBAL HEADER NAVIGATION MENU
   ========================================================================== */
.header {
    width: 100%;
    top: 0;
    z-index: 999; /* Higher depth index keeps menus floating neatly over background components */
}
.header_main {
    width: 1000px;
    margin: 0 auto;
    height: 110px;
    position: relative;
    z-index: 2;
}
.header_bg {
    background: #27718c;
    opacity: 0.95;
    width: 100%;
    height: 110px;
    left: 0;
    top: 0;
    border-bottom: 3px solid #3A86FF;
}
.logo {
    display: block;
    float: left;
    width: 160px;
    height: 90px;
    margin-top: 10px;
    overflow: hidden;
}
.logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav {
    background: transparent; 
    overflow: visible; /* Permits multi-tier menu drop lists to show out of bounds */
}
.nav_item {
    line-height: 110px;
    float: left;
    text-align: center;
    width: 141px;
    position: relative; 
}
.nav_first_a {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}
.nav_item a:hover {
    color: #00F5D4; 
    text-shadow: 0 0 8px rgba(0, 245, 212, 0.6);
}

/* Submenu Dropdown Panel Rules */
.nav_item_son {
    display: none;
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    background: #0E172C;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5);
    border-bottom: 2px solid #00F5D4;
    z-index: 99;
}
.nav_item:hover .nav_item_son {
    display: block;
}
.nav_item_son ul {
    padding: 10px 0;
}
.nav_item_son ul li {
    text-align: center;
    line-height: 36px;
}
.nav_item_son ul li a {
    color: #fff;
    font-family: Tahoma, sans-serif;
    font-size: 13px;
    display: block;
    transition: background 0.2s ease;
}
.nav_item_son ul li a:hover {
    background: rgba(0, 245, 212, 0.15);
    color: #00F5D4;
}

/* ==========================================================================
   4. ACCOUNT UTILITY MODULES (LOGIN ACTION BARS)
   ========================================================================== */
.header_log {
    height: 100%;
}
.log_div {
    line-height: 32px;
    height: 29px;
    background: #172442;
    border: 1px solid #3A86FF;
    color: #fff;
    text-align: center;
    margin: 39px 0 0 0;
    padding: 0 8px; 
    border-radius: 4px;
}
.log_div_before span {
    display: inline-block;
    cursor: pointer;
    padding: 0 5px;
    font-weight: bold;
    transition: color 0.2s ease;
}
.log_div_before span:hover {
    color: #00F5D4;
}

/* ==========================================================================
   5. CENTRALIZED "PLAY GAME" ACTIONS GRID (WRAP 1)
   ========================================================================== */
.w1_m_con {
    width: 288px;   
    height: 98px;      
    margin: 0px auto 0 auto;  
    position: relative;
    z-index: 5;
}
.w1_m_bgn {
    margin-left: 0px;         
    float: none;        
    text-align: center;
}
.w1_m_bgn a.w1_b1 {
    display: block;
    width: 288px;
    height: 98px;
    background: url("") no-repeat center center;
    background-size: contain;
    transition: transform 0.2s ease-in-out, filter 0.2s ease-in-out;
}
.w1_m_bgn a.w1_b1:hover {
    transform: scale(1.05);                        
    filter: drop-shadow(0px 0px 12px rgba(0, 245, 212, 0.8));
}

/* ==========================================================================
   6. NEWS COLUMNS & CARD FEEDS GRID (WRAP 2)
   ========================================================================= */
.w2_h1 {
    font-size: 28px;
    font-weight: bold;
    color: #00F5D4;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    margin: 0px 0 20px 0;
    text-shadow: 0 0 10px rgba(0, 245, 212, 0.4);
}
.wrap2 .w2_ul1 li {
    color: #FFFFFF;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    margin-bottom: 12px;
    border-left: 4px solid #3A86FF;
    background: rgba(23, 36, 66, 0.4);
    transition: background 0.2s ease;
}
.wrap2 .w2_ul1 li:hover {
    background: rgba(0, 245, 212, 0.1);
}

/* ==========================================================================
   7. PRODUCTION LANDING PORTAL SITE FOOTER
   ========================================================================== */
.footer {
    width: 100%;
    background: #090F1E;
    border-top: 3px solid #3A86FF;
    position: relative;
    clear: both;
    margin-top: 50px;
}
.footer_main {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    color: #A2B2C9;
    padding: 40px 0;
    font-family: Arial, sans-serif;
    text-align: center;
}
.footer ul {
    display: inline-block;
}
.footer ul li {
    line-height: 24px;
    font-size: 13px;
}
.footer ul li a {
    color: #A2B2C9;
    transition: color 0.2s ease;
}
.footer ul li a:hover {
    color: #00F5D4;
}



/* ==========================================================================
   13. HARDWARE ANIMATION INTEGRATIONS
   ========================================================================== */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes bounceInLeft {
    0%, 100%, 60%, 75%, 90% { transition-timing-function: cubic-bezier(0.215, .61, .355, 1); }
    0% { opacity: 0; transform: translate3d(-3000px, 0, 0); }
    60% { opacity: 1; transform: translate3d(25px, 0, 0); }
    75% { transform: translate3d(-10px, 0, 0); }
    90% { transform: translate3d(5px, 0, 0); }
    100% { transform: none; }
}
.bounceInLeft { animation-name: bounceInLeft; }

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
/*添加*/
.box_footer{
	 height:93px;
	 background:url() top center no-repeat;}
.box_footer_h{ 
     width:1000px;
	 margin:0 auto;
	 height:93px;}

.box_footer_h dl{
	height:62px;
	padding-top:10px;}
.box_footer_h dl dt {
    float: left;
    min-height:72px;
    vertical-align: middle;
    width: 150px;
}

.box_footer_h dl dt img {
    height: 72px;
    width: 142px;
	margin-top:2px;

}

.box_footer_h dl dd {
    float: left;
    padding-top: 10px;
    line-height: 24px;
    padding: 17px 10px 6px 10px;
    width: 830px;
    font-size: 12px;
    color: #070707;
    position: relative;}


.footer {position: relative;background: #000}
.footer_main {max-width:1000px;width:100%;margin: 0 auto;color: #a2a2a2;padding: 20px 0;font-family: 'arial';position: relative;height: 211px;}
.footer .games_company {position: absolute;left: 560px;top: 30px;width: 470px;height: 67px;}
.footer .logo {background: url() no-repeat;display: block;float: left;}
.footer .games_company {padding-top: 13px;}
.footer .games_company .logo_a {float: left;}
.footer .games_company .logo {width: 75px;height: 64px;background-position: -554px 0;}
.footer .oasgames_footer .logo {width: 86px;height: 68px;background-position: -662px 0;}
.footer ul {float: left;margin: 10px 0 0 6px;}
.footer ul li {line-height: 22px;}
.footer ul li a {color: #a2a2a2;}
.footer ul li a:hover {color: #fff;}
.footer ul li font {padding: 0 3px;font-size: 12px;}
.footer .games_company ul {padding: 0;}
.footer .oasgames_footer ul {padding: 6px 0 0 0;}
.footer .custom_footer {height: 80px;overflow: hidden;margin: 0 0 0 13px;}
.footer .oasgames_footer_center {margin: 0 auto;width: 612px;height: 80px;}
.footer_left, .footer_right, .center_border {display: inline-block;vertical-align: middle;}
.center_border {background: url(../../../../upload/1484635839.png) no-repeat top center;width: 1px;height: 193px;margin-right: 3px}
.footer_left {width: 376px;}
.footer_left img {margin: 0 40px 0 0;float: right;}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}


























